home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 December / buyer-1295.iso / alphablo / blox.1 / Computer (Designer).csf < prev    next >
Text File  |  1995-07-26  |  4KB  |  150 lines

  1. Computer KeyBlox,194,85
  2. rem (C) Copyright 1995 AlphaBlox Corporation
  3.  
  4. BEGIN
  5. rem button attributes
  6. // memory
  7.     FONT,Memory,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  8.     TEXTCOLOR,Memory,0,0,0
  9.     KEYCOLOR,Memory,0,255,0
  10.  
  11.  
  12. // numbers
  13.     FONT,Number,-17,0,0,0,900,0,0,0,0,1,2,2,34,Arial
  14.     TEXTCOLOR,Number,255,255,255
  15.     KEYCOLOR,Number,0,0,255
  16.  
  17.  
  18. // ops
  19.     FONT,Ops,-17,0,0,0,900,0,0,0,0,1,2,2,34,Arial
  20.     TEXTCOLOR,Ops,255,255,255
  21.     KEYCOLOR,Ops,255,0,255
  22.  
  23. // clear
  24.     FONT,Clear,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  25.     TEXTCOLOR,Clear,0,0,0
  26.     KEYCOLOR,Clear,255,255,0
  27.  
  28. //enter
  29.     FONT,Enter,17,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  30.     TEXTCOLOR,Enter,255,255,255
  31.     KEYCOLOR,Enter,255,0,0
  32.  
  33. //symbols
  34.     BUTTONBITMAP,backspace,backspace,0
  35.     BUTTONBITMAP,root,root,0
  36.     BUTTONBITMAP,square,square,0
  37.  
  38. //business
  39.     FONT,Business,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  40.     TEXTCOLOR,Business,0,0,0
  41.     KEYCOLOR,Business,192,192,192
  42.     
  43.     
  44. //Computer
  45.     FONT,Computer,16,0,0,0,600,0,0,0,0,1,2,2,34,Arial
  46.     TEXTCOLOR,Computer,255,255,255
  47.     KEYCOLOR,Computer,0,128,128
  48.  
  49.  
  50. //Computer2
  51.     FONT,Computer2,15,0,0,0,400,0,0,0,0,1,2,2,34,Arial
  52.     TEXTCOLOR,Computer2,255,255,255
  53.     KEYCOLOR,Computer2,0,128,128
  54.     
  55.     
  56. //keypad look & feel
  57.     FONT,Title,-8,0,0,0,700,0,0,0,0,1,2,2,34,Ms Sans Serif
  58.     TEXTCOLOR,Title,255,255,255
  59.  
  60. // Solver position and group    
  61.     FONT,Solver,-8,0,0,0,400,0,0,0,0,1,2,2,34,Ms Sans Serif
  62.     TEXTCOLOR,Solver,255,255,255
  63.     KEYCOLOR,Solver,0,0,255    
  64.     SOLVER,194,21
  65.  
  66. //Global keyblox requirements
  67.     MODE,2
  68.     BASE,1
  69.     
  70.     FONT,Title,16,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  71.     TEXTCOLOR,Title2,0,0,128
  72.     FONT,Title2,16,0,0,0,700,0,0,0,0,1,2,2,34,Arial
  73.     TEXTCOLOR,Title,255,255,0
  74.  
  75.     BITMAP,0,0,294,85,circuit2,1
  76.     BITMAP,22,22,9,9,AlphaBlox,0
  77.     TEXT,36,23,90,8,Title2,"AlphaBlox"
  78.     TEXT,35,22,90,8,Title,"AlphaBlox"
  79.  
  80.     TEXT,130,9,86,8,Title2,"Computer KeyBlox"
  81.     TEXT,129,8,86,8,Title,"Computer KeyBlox"    
  82.  
  83. rem main keypad
  84.     LCD,4,5,124,15
  85.     BUTTON,4,21,15,11,Memory,"M+",1,memory plus
  86.     BUTTON,4,33,15,11,Memory,"M-",1,memory minus
  87.     BUTTON,4,45,15,11,Memory,"MR",1,memory recall
  88.     BUTTON,4,57,15,11,Memory,"MC",1,memory clear
  89.     BUTTON,4,69,15,11,Memory,"MS",1,memory store
  90.  
  91.     BUTTON,22,33,15,11,Number,"7",0,7
  92.     BUTTON,22,45,15,11,Number,"4",0,4
  93.     BUTTON,22,57,15,11,Number,"1",0,1
  94.     BUTTON,22,69,15,11,Number,"0",0,0
  95.     BUTTON,40,33,15,11,Number,"8",0,8
  96.     BUTTON,40,45,15,11,Number,"5",0,5
  97.     BUTTON,40,57,15,11,Number,"2",0,2
  98.     BUTTON,40,69,15,11,Number,"+/-",1,plus minus
  99.     BUTTON,58,33,15,11,Number,"9",0,9
  100.     BUTTON,58,45,15,11,Number,"6",0,6
  101.     BUTTON,58,57,15,11,Number,"3",0,3
  102.     BUTTON,58,69,15,11,Number,".",0,.
  103.  
  104.     BUTTON,76,33,15,11,Ops,"/",1,divide
  105.     BUTTON,76,45,15,11,Ops,"x",1,times
  106.     BUTTON,76,57,15,11,Ops,"+",1,plus
  107.     BUTTON,76,69,15,11,Ops,"-",1,minus
  108.  
  109.     BUTTON,76,21,15,11,backspace," ",1,backspace
  110.     BUTTON,94,21,15,11,Clear,"CE",1,clear    
  111. //    BUTTON,94,33,15,11,Business,"Tax",1,tax
  112. //    BUTTON,94,45,15,11,Business,"%",1,percentage
  113.     BUTTON,94,57,33,11,Enter,"Ent",1,enter
  114.     BUTTON,94,69,33,11,Enter,"=",1,equals
  115.  
  116.     BUTTON,112,21,15,11,Clear,"AC",1,clear all
  117. //    BUTTON,112,33,15,11,square," ",1,square
  118. //    BUTTON,112,45,15,11,root," ",1,square root    
  119. //    BUTTON,112,57,15,11,Business,"1/x",1,invert
  120.  
  121.  
  122. //computer
  123.     BUTTON,94,33,15,11,Computer,"<<",1,shift left
  124.     BUTTON,112,33,15,11,Computer,">>",1,shift right
  125.     BUTTON,94,45,15,11,Computer2,"Not",1,not
  126.     BUTTON,112,45,15,11,Computer2,"Mod",1,mod
  127.  
  128. //hex    
  129.     BUTTON,130,21,19,11,Computer,"A",0,A
  130.     BUTTON,150,21,19,11,Computer,"B",0,B
  131.     BUTTON,170,21,19,11,Computer,"C",0,C
  132.     BUTTON,130,33,19,11,Computer,"D",0,D
  133.     BUTTON,150,33,19,11,Computer,"E",0,E
  134.     BUTTON,170,33,19,11,Computer,"F",0,F
  135. //logical
  136.     BUTTON,130,45,19,11,Computer2,"and",1,and
  137.     BUTTON,150,45,19,11,Computer2,"or",1,or
  138.     BUTTON,170,45,19,11,Computer2,"xor",1,xor
  139.  
  140. //types
  141.     BUTTON,130,57,19,11,Computer2,"word",1,word
  142.     BUTTON,150,57,19,11,Computer2,"dword",1,dword
  143.     BUTTON,170,57,19,11,Business,"Hex",1,hex
  144. //base
  145.     BUTTON,130,69,19,11,Business,"Oct",1,oct
  146.     BUTTON,150,69,19,11,Business,"Bin",1,bin
  147.     BUTTON,170,69,19,11,Business,"Dec",1,dec
  148.  
  149. END
  150.